github.com/klauspost/compress/zstd.cState.stateTable (field)
8 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L766: of.state = of.stateTable[dstState]
blockenc.go#L778: ml.state = ml.stateTable[dstState]
blockenc.go#L789: ll.state = ll.stateTable[dstState]
fse_encoder.go#L677: stateTable []uint16
fse_encoder.go#L684: c.stateTable = ct.stateTable
fse_encoder.go#L685: if len(c.stateTable) == 1 {
fse_encoder.go#L687: c.stateTable[0] = uint16(0)
fse_encoder.go#L694: c.state = c.stateTable[lu]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |